ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedMultiRow Assembly / C1.Web.Mvc.TransposedMultiRow Namespace / TransposedMultiRow<T> Class / AutoRowHeights Property

In This Topic
    AutoRowHeights Property (TransposedMultiRow<T>)
    In This Topic
    Gets or sets a value that determines whether the grid should automatically resize the rows when the data or grid layout change.
    Syntax
    'Declaration
     
    Public Overridable Property AutoRowHeights As Boolean
    public virtual bool AutoRowHeights {get; set;}
    See Also